Functions Properties Extensions Parameters Inheritors
Parameters
Functions
Returns the result of applying the
predicate to the value if this is
Right or
true if this is
Left .
Returns the result of applying the
predicate to the value if this is
Right or
false if this is
Left .
Returns
true if the
element is equal to the value of this
Either , or
false otherwise.
Returns the same
Right casted to type
T if it is
T .
Returns
Some containing the same
Right casted to type
T if it is
T .
Returns the same
Right if the
predicate is not satisfied for the value.
Gets value of this
Right .
Gets value of this
Right or
null if this is
Left .
Returns
false if the
predicate is met by the value if this is
Right or
true otherwise.
Properties
Inheritors
Extensions
Returns the same
Right if its value is not
null.
Returns
Some containing the same
Right if its value is not
null.
Returns the same
Right if the
predicate is satisfied for the value,
Left(zero) if the
predicate is not satisfied for the value, or the same
Left if this is
Left .
Returns this if this is
Right .
Returns this if this is
Left .
Merges
Left and
Right of the same type to a single value.